Add Emoji data
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Aug 2017 15:47:02 +0000 (11:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Aug 2017 22:48:14 +0000 (18:48 -0400)
commit44999fa239df21da00352defc727d9f06256f5d7
tree499b5d5a8d9c59409591be94eb0491e7ee45a221
parenta2768144f19abf9f2e717264d299f2eae7112b3b
Add Emoji data

The json file is imported from the (MIT-licensed) emoji.json[0] node
module, which generates it from the emoji list published by the
Unicode Consortium.

This commit also adds a little tool to convert the data into
a compact GVariant, and the result of that conversion, which is
added to libgtk as a resource. The following commits will make use
of it.

[0] https://github.com/amio/emoji.json
gtk/Makefile.am
gtk/emoji/convert-emoji.c [new file with mode: 0644]
gtk/emoji/emoji.data [new file with mode: 0644]
gtk/emoji/emoji.json [new file with mode: 0644]